home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TEXPORTDIALOG / TEXPORTDIALOG.txt
Text File  |  1997-04-13  |  3KB  |  140 lines

  1. object ExportDialog: TExportDialog
  2.   Left = 269
  3.   Top = 160
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Export'
  7.   ClientHeight = 219
  8.   ClientWidth = 180
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 8
  18.     Top = 186
  19.     Width = 77
  20.     Height = 27
  21.     Font.Color = clBtnText
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.     Kind = bkOK
  29.     Margin = 2
  30.     Spacing = -1
  31.     IsControl = True
  32.   end
  33.   object CancelBtn: TBitBtn
  34.     Left = 92
  35.     Top = 186
  36.     Width = 77
  37.     Height = 27
  38.     Font.Color = clBtnText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 8
  51.     Top = 8
  52.     Width = 161
  53.     Height = 169
  54.     Caption = 'Options'
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     object Aliases: TCheckBox
  62.       Left = 24
  63.       Top = 24
  64.       Width = 81
  65.       Height = 17
  66.       Alignment = taLeftJustify
  67.       Caption = 'Aliases'
  68.       State = cbChecked
  69.       TabOrder = 0
  70.     end
  71.     object Triggers: TCheckBox
  72.       Left = 24
  73.       Top = 72
  74.       Width = 81
  75.       Height = 17
  76.       Alignment = taLeftJustify
  77.       Caption = 'Triggers'
  78.       State = cbChecked
  79.       TabOrder = 1
  80.     end
  81.     object Macros: TCheckBox
  82.       Left = 24
  83.       Top = 88
  84.       Width = 81
  85.       Height = 17
  86.       Alignment = taLeftJustify
  87.       Caption = 'Macros'
  88.       State = cbChecked
  89.       TabOrder = 2
  90.     end
  91.     object Variables: TCheckBox
  92.       Left = 24
  93.       Top = 56
  94.       Width = 81
  95.       Height = 17
  96.       Alignment = taLeftJustify
  97.       Caption = 'Variables'
  98.       State = cbChecked
  99.       TabOrder = 3
  100.     end
  101.     object DoInherited: TCheckBox
  102.       Left = 24
  103.       Top = 136
  104.       Width = 105
  105.       Height = 17
  106.       Alignment = taLeftJustify
  107.       Caption = 'Export Inherited'
  108.       TabOrder = 4
  109.     end
  110.     object Buttons: TCheckBox
  111.       Left = 24
  112.       Top = 104
  113.       Width = 81
  114.       Height = 17
  115.       Alignment = taLeftJustify
  116.       Caption = 'Buttons'
  117.       State = cbChecked
  118.       TabOrder = 5
  119.     end
  120.     object Paths: TCheckBox
  121.       Left = 24
  122.       Top = 40
  123.       Width = 81
  124.       Height = 17
  125.       Alignment = taLeftJustify
  126.       Caption = 'Paths'
  127.       State = cbChecked
  128.       TabOrder = 6
  129.     end
  130.   end
  131.   object SaveFile: TSaveDialog
  132.     DefaultExt = 'ZSC'
  133.     FileEditStyle = fsEdit
  134.     Filter = 'zMUD scripts|*.ZSC|Text file|*.TXT|All files|*.*'
  135.     Options = [ofOverwritePrompt, ofHideReadOnly]
  136.     Left = 128
  137.     Top = 24
  138.   end
  139. end
  140.